home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / mus / play / tracker_4_31.lzh / tracker / Arch / AF / dec_config.h < prev   
Text File  |  1995-02-27  |  302b  |  18 lines

  1. /* config.h 
  2.     vi:ts=3 sw=3:
  3.  */
  4.  
  5. /* Configuration for the DEC Alpha platform */
  6.  
  7. /* outdated port, so -> no working user interface */
  8. #define stub_only        
  9.  
  10. #define IS_POSIX        /* just a guess! */
  11. #define USE_TERMIOS
  12. #define MALLOC_NOT_IN_STDLIB
  13.  
  14. typedef void *GENERIC;
  15.  
  16. #define P(args) args
  17. #define ID(x)
  18.